Approximates the specified bezier curve with a polyline. The specified quality parameter varies in the interval [1, ...) and is proportional to the number of points in the resulting polyline.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public static Point[] ApproxBezier ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function ApproxBezier( _ |
See Also